ConfigCompileDb

Configuration data for the compile_commands.json

Members

Variables

dbs
AbsolutePath[] dbs;

Either a path to a compilation database or a directory to search for one in.

flagFilter
CompileCommandFilter flagFilter;

Flags the user wants to be automatically removed from the compile_commands.json.

generateDb
string generateDb;

Command to generate the compile_commands.json

keep
bool keep;

Do not remove the merged compile_commands.json

rawDbs
string[] rawDbs;

Raw user input via either config or cli

Meta